home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2002 November / SGI IRIX Base Documentation 2002 November.iso / usr / share / catman / p_man / cat3 / ftn / zabs.z / zabs
Encoding:
Text File  |  2002-10-03  |  850 b   |  31 lines

  1. ZABS(3F)                                              Last changed: 4-12-99
  2.  
  3.  
  4. NNAAMMEE
  5.      ZZAABBSS - Fortran 77 absolute value
  6.  
  7. SSYYNNOOPPSSIISS
  8.      DDOOUUBBLLEE CCOOMMPPLLEEXX _d_x_1,, _d_x_2
  9.  
  10.      _d_x_2 == ZZAABBSS((_d_x_1))
  11.  
  12. IIMMPPLLEEMMEENNTTAATTIIOONN
  13.      IRIX systems
  14.  
  15.      MIPSpro Fortran 77
  16.  
  17. DDEESSCCRRIIPPTTIIOONN
  18.      ZZAABBSS returns the double-complex absolute value of its double-complex
  19.      argument.
  20.  
  21. CCAAUUTTIIOONNSS
  22.      In two's-complement integer (INTEGER*2 or INTEGER*4) representation
  23.      the absolute value of the negative integer with largest magnitude is
  24.      undefined.  Some implementations trap this error, but others ignore
  25.      it.
  26.  
  27. SSEEEE AALLSSOO
  28.      fflloooorr(3M).
  29.  
  30.      This man page is available only online.
  31.